runtime.synctestGroup.running (field)
8 uses
runtime (current package)
synctest.go#L32: running int // non-blocked goroutines
synctest.go#L78: sg.running++
synctest.go#L80: sg.running--
synctest.go#L89: if sg.running < 0 {
synctest.go#L123: if sg.running > 0 || sg.active > 0 {
synctest.go#L165: running: 1,
synctest.go#L221: if gp.syncGroup.running == 0 && gp.syncGroup.active == 1 {
synctest.go#L267: if gp.syncGroup.running == 0 && gp.syncGroup.active == 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)